(set #MSG_WELCOME "Willkommen beim Installations-Skript für \"StackAttack\".\n\nWenn die Version Ihres Installers kleiner als 42 ist, könnte es unter Umständen Probleme bei der Installation geben!!")
(set #MSG_SELECTDOCPATH "In welches Verzeichnis soll die Dokumentation (\"StackAttack.guide\") kopiert werden?")
(set #ASK_MINSTACK "Wie groß soll der minimale Stack (in Bytes) eines Prozesses (Programmes) sein? Sinnvoll sind Werte zwischen 4.200 und 6.000")
(set #ASK_ADDSTACK "Wieviel zusätzlichen Stack (in Bytes) sollen Prozesse (Programme) erhalten? Sinnvoll sind Werte zwischen 100 und 2.000.")
(set #MSG_FA "Es wird nun ein Programm gestartet, mit dem Sie auswählen können, an welcher Stelle in der Startup-Sequence StackAttack gestartet werden soll. Sie sollten die vorgeschlagene Position nur ändern, wenn Sie wirklich wissen, was Sie tun!")
(set #MSG_FA2 "\n\nWenn Sie StackAttack bereits in der Startup-Sequence haben, können Sie mit CONTROL + LINKER MAUSTASTE die entsprechenden Zeilen herauslöschen.\n\nVor dem Speichern der geänderten Startup-Sequence wird ein Backup davon gemacht!")
(set #MSG_COPY_SA "Kopiere StackAttack")
(set #MSG_COPY_DOC "Kopiere Dokumentation")
(set #MSG_NOHELP "Keine Hilfe verfügbar. Sorry. Ich bin einfach zu faul :-( Lesen Sie das \"StackAttack.guide\"!")
(set #MSG_DONE "\nDie Installation von StackAttack ist abgeschlossen.")
(set #LANG_FOUND 1)
)
)
(if (= "italiano" @language)
(
(set #MSG_WELCOME "Benvenuto nello script di installazione per \"StackAttack\".\n\nSe la versione del tuo Installer è inferiore di 42, potrebbero verificarsi dei problemi durante l'installazione!!")
(set #MSG_SELECTDOCPATH "In che directory devo copiare la documentazione (\"StackAttack.guide\")?")
(set #ASK_MINSTACK "Quale deve essere lo stack minimo (in bytes) dei processi (programmi)? Hanno senso valori tra 4.200 e 6.000")
(set #ASK_ADDSTACK "Quale deve essere lo stack aggiuntivo (in bytes) dei processi (programmi)? Hanno senso valori tra 100 e 2.000")
(set #MSG_FA "Adesso sarà lanciato un programma che permette di scegliere in che posizione (quando) far lanciare StackAttack. Cambiare la posizione predefinita solo se si è consapevoli di quello che si fa!")
(set #MSG_FA2 "\n\nSe StackAttack si trova di già nella Startup-Sequence si possono cancellare le linee corrispondenti con CONTROL + TASO SINISTRO MOUSE.\n\nPrima del salvataggio della Startup-Sequence cambiata ne sarà fatto un backup!")
(set #MSG_COPY_SA "Copio StackAttack")
(set #MSG_COPY_DOC "Copio documentazione")
(set #MSG_NOHELP "Nessun aiuto disponibile. Sorry. Sono troppo pigro :-( Leggi il \"StackAttack.guide\"!")
(set #MSG_DONE "\nL'installazione di StackAttack è finita.")
(set #LANG_FOUND 1)
)
)
(if (= 0 #LANG_FOUND)
(
(set #MSG_WELCOME "Welcome to the installation script for \"StackAttack\".\n\nIf the version of your Installer is lower than 42 then there might be problems during installation!!")
(set #MSG_SELECTDOCPATH "Where do you want the documentation (\"StackAttack.guide\") to be copied?")
(set #ASK_MINSTACK "What shall be the minimum stack (in bytes) of the processes (programs)? Reasonable values are between 4,200 and 6,000")
(set #ASK_ADDSTACK "What additional Stack (in bytes) shall the processes (programs) get? Reasonable values are between 100 and 2,000")
(set #MSG_FA "Now a program will be started that allows you to select at which position to insert StackAttack in the Startup-Sequence. Change the predefined position only if you really know what you do!")
(set #MSG_FA2 "\n\nIf StackAttack is already in your Startup-Sequence you can delete the corresponding lines by using CONTROL + LEFT MOUSE BUTTON.\n\nBefore saving the changed Startup-Sequence a backup of it will be created!")
(set #MSG_COPY_SA "Copying StackAttack")
(set #MSG_COPY_DOC "Copying documentation")
(set #MSG_NOHELP "No help available. Sorry. I'm just too lazy :-( Have a look at \"StackAttack.guide\"!")
(set #MSG_DONE "\nThe installation of StackAttack is completed.")
(append ("; StackAttack: Programs started after StackAttack will have a minimum\n; Stack of %ld bytes that will be further increased by %ld bytes\n;\nC:StackAttack MIN=%ld ADD=%ld\n;" #minstack #addstack #minstack #addstack))